File: n_restclient.sru
Size: 316
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension RestClient class
forward
global type n_restclient from pfc_n_restclient
end type
end forward

global type n_restclient from pfc_n_restclient
end type
global n_restclient n_restclient

on n_restclient.create
call super::create
end on

on n_restclient.destroy
call super::destroy
end on